home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / hamradio / dspmorse.zip / VID.H < prev   
Text File  |  1993-11-29  |  175b  |  14 lines

  1. //
  2. //    VID.H
  3. //        Video routines externals.
  4. //
  5.  
  6. void textPutC(char c);
  7. void morsePutC(char c);
  8. void tonePutC(char c);
  9. void idlePutC(char c);
  10.  
  11. //
  12. //    end of VID.H
  13. //
  14.